 |
 |
 |
 |
#198167 - 01/13/03 04:49 PM
Re: [6.4] [finished] Quick Reply
|
I type Like navaho
Registered: 03/10/00
Posts: 25580
Loc: Texas
|
the line in ubb_profile.cgi where you replace: -value => [$user_profile[0], md5_hex($new_password), $public_name, $in{DaysPrune}, $in{u}, $pntf_hidden, $avhide, needs to have a ] added to the end, like so: -value => [$user_profile[0], md5_hex($new_password), $public_name, $in{DaysPrune}, $in{u}, $pntf_hidden, $avhide], so it can be found... otherwise nice 
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#198169 - 01/14/03 05:04 PM
Re: [6.4] [finished] Quick Reply
|
Content Queen
Registered: 05/07/01
Posts: 709
Loc: Pennsylvania
|
I hope the text file was correct because I just installed this puppy! Also, because I love Multihack, I created a Multihack file ... Allen or anyone else, if you want to test it out and make sure it works for you (it seems to be working for me), I'd appreciate it. Because I installed the Calendar hack before I installed this, I did have to make an alteration to the directions provided by Gizzy. Therefore, I've made two Multihack files ... one, for those of you who have installed the Calendar hack; the other, for those of you who have not. http://adwoff.com/QuickReply64_calendar.mhp http://adwoff.com/QuickReply64.mhp I should also add that neither file takes into consideration the directions for the Spellcheck hack; I haven't installed that--don't know if I will. Thus, if you have the Spellcheck hack installed on your site, you'll have to manually change the public_topic_page.pl so that the Quick Reply hack works with that.
_________________________
Sue adwoff.com
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#198172 - 01/15/03 09:09 PM
Re: [6.4] [finished] Quick Reply
|
Content Queen
Registered: 05/07/01
Posts: 709
Loc: Pennsylvania
|
Hey PT, thanks for the advice ...
Before I do that, I wonder if this line isn't the culprit ...
-value => [$user_profile[0], md5_hex($new_password), $public_name, $in{DaysPrune}, $in{u}, $pntf_hidden, $avhide, "", "", "", $quickreply],
What would those three "", be for?
_________________________
Sue adwoff.com
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#198177 - 01/16/03 03:08 PM
Re: [6.4] [finished] Quick Reply
|
Wizard
Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
|
quote: Originally posted by ADWOFF: Hey PT, thanks for the advice ...
Before I do that, I wonder if this line isn't the culprit ...
-value => [$user_profile[0], md5_hex($new_password), $public_name, $in{DaysPrune}, $in{u}, $pntf_hidden, $avhide, "", "", "", $quickreply],
What would those three "", be for? those extra "" are exactly from the original file, as i said, i just port the stuff lol, ask the 6.0 author :x... You need to add more fields to your profiles so that the bbs doesn't read it as a hack attempt, i don't recall which mod does this however...
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#198188 - 01/18/03 07:45 AM
Re: [6.4] [finished] Quick Reply
|
I type Like navaho
Registered: 03/10/00
Posts: 25580
Loc: Texas
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#198194 - 02/18/03 10:33 PM
Re: [6.4] [finished] Quick Reply
|
Content Queen
Registered: 05/07/01
Posts: 709
Loc: Pennsylvania
|
Okay, with a little manipulation, I tried to install this into the 6.5.0 Beta 1 release. There were a number of files changed in the 6.5.0 b1 release from 6.4.0+ These files include: ubb_lib_files.cgi ubb_new_reply.cgi ubb_new_topic.cgi ubb_profile.cgi ubb_registration.cgi ultimatebb.cgi I had to manipulate some of the code to get it to work--and thought that I had actually done it--until I clicked on the "My Profile" link. What happens then is it generates a plain, white screen. That's it. No text. No error message. Just a plain white screen. I'm going to leave it up at my site for right now. It's at http://adwoff.com/ubb-test/cgi/ultimatebb.cgi You can log-in under Damn Bug  with the password of CVWG38 ... or you can register on your own. I did register successfully, so the issue is when I'm logged-in and I attempt to access my profile OR the directory. If someone could point me in the right direction, I'd be most appreciative. 
_________________________
Sue adwoff.com
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#198201 - 08/15/03 04:06 PM
Re: [6.4] [finished] Quick Reply
|
Master Hacker
Registered: 01/25/03
Posts: 3765
Loc: Saint Johns, PA
|
|
|
Top
|
|
|
|
 |
 |
 |
 |
 |
 |
 |
 |
#198203 - 08/22/03 09:22 AM
Re: [6.4] [finished] Quick Reply
|
Member
Registered: 06/18/02
Posts: 51
Loc: England
|
Ran into a couple of problems when I tried to install this on 6.5. This part has been changed from 6.4 to 6.5 #################
# Find: #
#################
$cookie4 = cookie(
-name => "ubber$vars_config{Cookie_Number}",
-value => [$this_profile[0], md5_hex($this_profile[1]), $this_profile[15], $this_profile[21], $user_number, $this_profile[35], (split(/|/, $this_profile[38]))[2]],
-path => '/',
-expires => '+2y'
);
#################
# Replace With: #
#################
$cookie4 = cookie(
-name => "ubber$vars_config{Cookie_Number}",
-value => [$this_profile[0], md5_hex($this_profile[1]), $this_profile[15], $this_profile[21], $user_number, $this_profile[35], (split(/|/, $this_profile[38]))[2], "", "", "", $this_profile[61]],
-path => '/',
-expires => '+2y'
);
It's now: $cookie4 = cookie(
-name => "ubber$vars_config{Cookie_Number}",
-value => [$this_profile[0], md5_hex($this_profile[1]), $this_profile[15], $this_profile[21], $user_number, ($this_profile[35] || 0), ((split(/|/, $this_profile[38]))[2] || 0), (split(/|^|/, $this_profile[39]))[1,2,0]],
-path => '/',
-expires => '+2y'
); What should I replace it with as it is quite different to what it says in the txt file? Or if anyone has updated the txt file to version 6.5 it would be greatly appreciated.
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|